home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3531 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: ctc.com!usenet
  2. From: "Michael D. Aesoph" <aesoph@ctc.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: First C++ Program.......
  5. Date: 24 Jan 1996 17:32:14 GMT
  6. Organization: Concurrent Technologies Corporation
  7. Message-ID: <4e5qeu$7f0@server1.ctc.com>
  8. NNTP-Posting-Host: 147.160.8.7
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13.  
  14. Dear Collective:
  15.  
  16.      I an a C programmer that has recently been tasked to do some 
  17. programming in C++.  Virtually all of my work involves data acquisition 
  18. of some kind and I normally use National Instrument's LabWindows/CVI as 
  19. my programming environment.  In standard programming, things are 
  20. relatively simple...  Configure data acquisition, acquire data, plot 
  21. data, analyze data, save data, etc. etc.  Now, in C++, there's all this 
  22. talk about classes, objects, and other things.  The project manager wants 
  23. a "sensor" class....  OK, where's the link???  I still have to do all of 
  24. the tasks mentioned before, but embedded apparently in a class????  
  25. Please advise..  I know that this is the classic stumbling block for 
  26. beginning C++ programmers, so don't make fun of me!!!!
  27.  
  28.                                      Michael D. Aesoph
  29.  
  30.  
  31.